home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / ArrowGraphicsChange.h < prev    next >
Text File  |  1992-02-09  |  212b  |  12 lines

  1. @interface ArrowGraphicsChange : SimpleGraphicsChange
  2. {
  3.     int    arrowValue;
  4. }
  5.  
  6. - initGraphicView:aGraphicView lineArrow:(int)anArrowValue;
  7. - (const char *)changeName;
  8. - changeDetailClass;
  9. - (int)lineArrow;
  10.  
  11. @end
  12.